ionos-dev-v32: Upgrade IONOS branch from v8.7.1 (stable31) to v9.0.3 (stable32)#12
Closed
Copilot wants to merge 1 commit into
Closed
ionos-dev-v32: Upgrade IONOS branch from v8.7.1 (stable31) to v9.0.3 (stable32)#12Copilot wants to merge 1 commit into
Copilot wants to merge 1 commit into
Conversation
Agent-Logs-Url: https://github.com/IONOS-Productivity/nc-richdocuments/sessions/2cb96864-1189-42b9-b634-d15289842b56 Co-authored-by: printminion-co <145785698+printminion-co@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
printminion-co
May 6, 2026 15:15
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Establishes the
ionos-dev-v32baseline on top of v9.0.3, carrying forward only the one IONOS customisation that is not yet in upstream stable32.What needs to be applied on top of v9.0.3
Only one change requires cherry-picking:
git checkout -b ionos-dev-v32 v9.0.3 git cherry-pick 24347e673 # IONOS: feat: hide help menusrc/view/Office.vue— sendsHide_Menu_ItempostMessage onDocument_Loadedto suppress the Collabora Online help menu entry. v9.0.3 addedInsert_Buttonlogic in the same block; resolve by placing the IONOS line beforedocumentReady():Already in v9.0.3 — no cherry-pick needed
TokenManager.php—userCanEdit($editoruid)guard39610ba99)RegisterTemplateFileCreatorListener.php—userCanEdit()checkdeab95d3e), later refactored tologgedInUser()+userCanEdit($user)patternRegisterTemplateFileCreatorListenerTest.php— IONOS unit tests7fabdedb2)Obsolete — do not backport
src/public.jsedit-groups frontend guard (f1db58f79): the file was completely rewritten in v9.0.3. The restriction is now enforced server-side byRegisterTemplateFileCreatorListener.phpvialoggedInUser()+userCanEdit().DB migrations (require
occ upgradeon deploy)Both affect
richdocuments_wopiand ship with v9.0.3 — no IONOS-specific schema changes:Version9000Date20250128212050guest_displayname→ VARCHAR(255)Version10000Date20251217143558version: INT → VARCHAR(1024), default'0'Target compatibility
v9.0.3 requires Nextcloud 32 (
min-version="32" max-version="32"); the oldionos-devtargeted NC31.Summary
TODO
ionos-dev-v32branch fromv9.0.3and cherry-pick24347e673with conflict resolutionocc upgradeon deployment to apply the two DB migrationsChecklist